- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / empty.c
1 int main() {
2         ;
3         return 0;
4 }