llvm-project/clang/test/CoverageMapping/Inputs/code.h

12 lines
91 B
C

x = x;
if (x == 0) {
x = 1;
} else {
x = 2;
}
if (true) {
x = x;
} else {
x = x;
}