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