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