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