Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / tests / if2.cocci
1 @@
2 expression E;
3 @@
4
5 - for(...;...;...) {
6 xxx(2);
7 <...
8 - xxx(E);
9 ...>
10 - }