Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nest3.c
1 void main(int i) {
2
3 int i;
4 char j;//int j;
5
6 for (i = 1; i < XXX; i++)
7 f(i);
8
9 }