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