remove invalid shouldfail test
[cparser] / parsetest / shouldfail / label.c
1 int main() {
2         goto missing;
3         goto missing2;
4 }