Release coccinelle-0.1
[bpt/coccinelle.git] / tests / iterator.cocci
1 @@
2 iterator list_for_each;
3 expression E1, E2;
4 statement S;
5 @@
6
7
8 - list_for_each(E1, E2)
9 - S
10 + foo();