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