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