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