better fix
[cparser] / parsetest / shouldfail / badparam.c
1 typedef void AVoid;
2
3 int f(AVoid f);
4
5 int main(void)
6 {
7         return 0;
8 }