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