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