add a test for the new anchor based error recovery
[cparser] / parsetest / shouldfail / label.c
1 int main() {
2         goto missing;
3         goto missing2;
4 }