llvm-for-llvmta/test/tools/llvm-cov/Inputs/sources_specified/extra/inc.h

4 lines
35 B
C

int inc(int x) {
return x + 1;
}