Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / const1bis.res
1 void foo(int j) {
2 float i;
3 int i;
4 i++;
5 }