Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / nest.res
1 void info_func(int i) {
2 foo();
3 while (x) {
4 1+hostptr->host_no+hostptr->host_no;
5 2+hostptr->host_no+hostptr->host_no;
6 }
7 }