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