Consistently name the directories should_*.
[cparser] / parsetest / should_fail / badparam.c
1 typedef void AVoid;
2
3 int f(AVoid f);
4
5 int main(void)
6 {
7         return 0;
8 }