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