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