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