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