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

4 lines
35 B
C

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