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