Release coccinelle-0.1
[bpt/coccinelle.git] / tests / test4.res
1 void main()
2 {
3 f(1,2,3);
4 if(1)
5 g(1);
6 else
7 g(1);
8 }