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