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