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