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

4 lines
35 B
C
Raw Normal View History

2022-04-25 10:02:23 +02:00
int dec(int x) {
return x + 1;
}