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