ref: 84ef54ce07723eddf2f17a5fb9d959fc31c77100 dir: /tests/cc/execute/0118-voidmain.c/
int main(void); int f(); int f(int a) { return a; } int main() { return f(0); }