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