add a test for the new anchor based error recovery
[cparser] / parsetest / shouldfail / segfault1.c
1 #include <stdio.h>
2 int main(int argc, char** argv) {
3         printf("chk",%s);
4         return 0;;}