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