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