permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / janitorings / list_for_each_safe.sgrep
CommitLineData
34e49164
C
1@@
2iterator list_for_each_safe;
3statement S;
4expression a, b, c;
5@@
6- list_for_each_safe(a, b, c)
7- S