Sign in
llvm
/
llvm-project
/
47f230ba2c8ff0e45e025163862ad699746b0ab0
/
.
/
clang
/
test
/
CoverageMapping
/
Inputs
/
starts_a_scope
blob: 57c3087d6b70d6a972e2a2c5773aa765da65e761 [
file
] [
log
] [
blame
]
// This file opens a new scope
x
=
x
;
for
(
int
i
=
0
;
i
<
2
;
++
i
)
{