Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / constx.cocci
1 @@
2 constant X;
3 @@
4
5 - foo(X);
6 + foobar(X, X);
7