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