0110c7cf6c3af54bb24160592a908129cb0dd48b
[cparser] / label.c
1 int main() {
2         goto missing;
3         goto missing2;
4 }