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