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