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