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