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