- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / voidarray.c
1 int y[4];
2 void x[3];
3 void z[3][5];