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