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