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