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