Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test5.cocci
1 @@
2 expression X;
3 @@
4
5 f(X);
6 ...
7 - g(X);
8 + h(X);