cparser crashes...
[cparser] / parsetest / cp_error024.c
1 static void foo(void);
2
3 int main(void)
4 {
5         return 0;
6 }