Consistently name the directories should_*.
[cparser] / parsetest / should_fail / f.c
1 int k |= 4;
2
3 int foo(void)
4 {
5         int l |= 2;
6 }