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