- implemented GNU ?: operator (no ast2firm support yet
[cparser] / parsetest / shouldfail / label.c
1 int main() {
2         goto missing;
3         goto missing2;
4 }