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