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