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