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