Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / justremove.c
1 int 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