coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / constty.res
CommitLineData
34e49164
C
1int main () {
2 const int x;
3 int y;
4 f(y,int);
5 f(x,const int);
6}