permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / sgrep / double_cast.sgrep
1 @@
2 type T1;
3 type T2;
4 expression E1,E2;
5 @@
6
7 - E1 = (T1) (T2) E2;
8
9