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