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