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