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