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