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