Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / test8.res
CommitLineData
34e49164
C
1void main(char i, int foo) {
2
3 float k;
4 float j;
5
6 {
7 j++;
8 }
9
10}
11