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