remove invalid shouldfail test
[cparser] / parsetest / shouldfail / multifield.c
1 struct A {
2         int a, b;
3         int c, a;
4 };