add a test for the new anchor based error recovery
[cparser] / parsetest / shouldfail / multifield.c
1 struct A {
2         int a, b;
3         int c, a;
4 };