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