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