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