Consistently name the directories should_*.
[cparser] / parsetest / should_fail / multifield.c
1 struct A {
2         int a, b;
3         int c, a;
4 };