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