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