ref: 43d8280903136346122c40567b0b8bbf2342cab1 dir: /tests/execute/0103-voidparm.c/
int foo(void) { return 0; } int main() { return foo(); }