xref: /minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/Inputs/code.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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