Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / nest2.cocci
CommitLineData
34e49164
C
1@@
2identifier func;
3@@
4
5 int func(int i) {
6 <... a(); ...>
7- a();
8+ b();
9 <... a(); ...>
10 }