- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / f.c
1 int k |= 4;
2
3 int foo(void)
4 {
5         int l |= 2;
6 }