v811_spc009/external/clang/test/Index/Inputs/remap-load-to.c

4 lines
60 B

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