- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / demos / janitorings / list_for_each_safe.sgrep
1 @@
2 iterator list_for_each_safe;
3 statement S;
4 expression a, b, c;
5 @@
6 - list_for_each_safe(a, b, c)
7 - S