blob: 8f9e1eba478a4ed288fe019a73590fb69bca9846 [file] [log] [blame]
int foo(int parm1, float parm2) {
return parm1 + parm2;
}