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