Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / test8.res
1 void main(char i, int foo) {
2
3 float k;
4 float j;
5
6 {
7 j++;
8 }
9
10 }
11