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