Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / dec.cocci
1 @@
2 @@
3
4 f(int x) {
5 + int z;
6 int y;
7 return x;
8 }