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