xref: /minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/Inputs/code.h (revision 340f5e56603e4275faeb89a9aacace41ba22d661)
1 x = x;
2 if (x == 0) {
3   x = 1;
4 } else {
5   x = 2;
6 }
7 if (true) {
8   x = x;
9 } else {
10   x = x;
11 }
12