Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / constty.cocci
CommitLineData
34e49164
C
1@@
2type T;
3const T x;
4@@
5
6- f(x,T);