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