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