- when parsing compound types, do NOT destroy old declarations if
[cparser] / parsetest / cp_error012.c
1 typedef unsigned id;
2
3 int main(void) {
4         unsigned int id = 0;
5
6         return 0;
7 }