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