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