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