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