Clang Project
clang_source_code
/
test
/
CoverageMapping
/
Inputs
/
ends_a_scope
1
// This file closes a scope
2
3
}
4
5
if (true) x = x;
6