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