aboutsummaryrefslogtreecommitdiff
path: root/test/CoverageMapping/Inputs/starts_a_scope
blob: 57c3087d6b70d6a972e2a2c5773aa765da65e761 (plain) (blame)
1
2
3
4
// This file opens a new scope

x = x;
for (int i = 0; i < 2; ++i) {