Release coccinelle-0.1
[bpt/coccinelle.git] / tests / nest3.cocci
1 @@
2 identifier i;
3 identifier func;
4 @@
5
6 - int i;
7 <... when != i
8 - for (i = ...; i < ...; i++) f(...);
9 + f(1);
10 ...>