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