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