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