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