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