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