Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / overshoot.cocci
1 @aaa@
2 identifier f;
3 @@
4
5 a();
6 <...
7 -ff();
8 +g();
9 ...>
10 b();
11
12
13 @bbb@
14 identifier f;
15 @@
16
17 a();
18 <...
19 -f();
20 +g();
21 ...>
22 b();
23
24
25 @xxx@
26 identifier f;
27 @@
28
29 a();
30 ...
31 -b();