Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test3.cocci
... / ...
CommitLineData
1@@
2expression X,Y;
3@@
4 f(X);
5 ...
6- g(Y);
7+ h(X,Y);
8
9//error words = [f]