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