Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / nest2.cocci
1 @@
2 identifier func;
3 @@
4
5 int func(int i) {
6 <... a(); ...>
7 - a();
8 + b();
9 <... a(); ...>
10 }