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