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