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