Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / not.cocci
1 @@
2 expression x != foo;
3 identifier y != {foo,bar};
4 expression a;
5 @@
6
7 - y(x,a);
8 + f(20);