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