Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / dec.res
1 int f(int x) {
2 int z;
3 static int y;
4 return x;
5 }