Release coccinelle-0.1.2
[bpt/coccinelle.git] / tests / testprint.cocci
1 @ rule1 @
2 expression X,Y,Z;
3 @@
4 f(X);
5 ... when any, strict
6 g(Z);
7 ... when any, strict
8 - h(Y);
9 + h(X,Y,Z);