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