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