DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / CoverageMapping / Inputs / code.h
12345678910111213
// Some code for the middle of a program x = x; if (x == 0) { x = 1; } else { x = 2; } if (true) { x = x; } else { x = x; }