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