ref: c6fdc59547c448477e8994e87e0c4487abbb752a dir: /tests/execute/0021-intfunc.c/
int foo(int a, int b) { return 2 + a - b; } int main() { return foo(1, 3); }