Clang Project

clang_source_code/test/Index/Inputs/remap-load-to.c
1int foo(int parm1, float parm2) {
2  return parm1 + parm2;
3}
4