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