freebsd-skq/test/Index/Inputs/remap-load-to.c
2010-01-23 11:10:26 +00:00

4 lines
60 B
C

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