Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test3.res
1 void main()
2 {
3 /* a comment */
4 f(3);
5
6 if(1)
7 h(3, 1);
8 else
9 h(3, 2);
10 }