permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / not.cocci
1 @@
2 expression x != foo;
3 identifier y != {foo,bar};
4 expression a;
5 @@
6
7 - y(x,a);
8 + f(20);