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