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