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