Release coccinelle-0.1.7
[bpt/coccinelle.git] / tests / a_and_e.res
1 void main(int i) {
2
3 g();
4 if(1)
5 f(1,2);
6 else
7 f(3,4);
8
9 // return 1;
10 }