Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / decl_split.cocci
1 @@
2 @@
3
4 int func(int i) {
5 - int x, y;
6 //- int x;
7 }