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