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