- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / cp_error012.c
1 typedef unsigned id;
2
3 int main(void) {
4         unsigned int id = 0;
5
6         return 0;
7 }