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