hanchenye-llvm-project/clang/test/Index/Inputs/remap-load-to.c

4 lines
60 B
C

int foo(int parm1, float parm2) {
return parm1 + parm2;
}