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