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