Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / test2.cocci
1 @@
2 expression X,Y;
3 @@
4 f(...,X,Y,...);
5 ...
6 - g(X);
7 + h(X);