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