- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / incomplete_struct.c
1 int main(void)
2 {
3         struct S q, r;
4         return 0;
5 }