coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / badwhen.res
1 int main () {
2 f();
3 if (foo()) return;
4 g();
5 }
6 int second() {
7 if (xfoo()) return;
8 }