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