coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / justremove.c
CommitLineData
951c7801
C
1int main () {
2 if (x) {
3 a();
4 b();
5 c();
6 }
7 foo();
8 while (x) {
9 a();
10 if (b()) continues;
11 c();
12 }
13 foo();
14 r();
15 foo();
16}
17