permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / simple.cocci
1 @@ expression E; @@
2
3 - f(E);
4 + f(E,3);
5