xref: /llvm-project/clang/test/CoverageMapping/Inputs/starts_a_scope (revision bf42cfd75fcaf6a98e8781cb49c07c181f6b4330)
1// This file opens a new scope
2
3x = x;
4for (int i = 0; i < 2; ++i) {
5