Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / test8.c
1 void main(int foo) {
2
3 float k;
4 int i;
5 float j;
6
7 {
8 j++;
9 }
10
11 }
12