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