Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / constty.c
... / ...
CommitLineData
1int main () {
2 const int x;
3 int y;
4 f(x,int);
5 f(y,int);
6 f(x,const int);
7}