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