Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / nest.res
CommitLineData
34e49164
C
1void 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}