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