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