- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / multifield.c
1 struct A {
2         int a, b;
3         int c, a;
4 };