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