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