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