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