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