coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / test2.res
1 void main()
2 {
3 f(1,2,3);
4 if(1)
5 h(1);
6 else
7 h(1);
8 }