Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / isotest.res
1 void main(int i) {
2
3 char j;
4 // = 1;
5
6 j++;
7
8 }