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