aca6c4b3c666d1e4673fe91a1cccae90420ee2fb
[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