ref: ed326ceb48992680934f1c82c387893b0ccf1af0 dir: /tests/execute/0120-funpar.c/
int f(int f) { return f; } int main() { return f(0); }