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