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