ref: 40c421cfdf64efb9b3bbfa0cd14a847193511480 dir: /tests/error/0018-voidparam.c/
int foo(void, int x) { return 0; } int main() { return foo(); }