30008ce4b6a421284846855c9566625763bdd790
[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]