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