Release coccinelle-0.1
[bpt/coccinelle.git] / tests / test1.res
1 void main(int foo) {
2
3 f(1);
4 x();
5 g(2);
6 x();
7 if(1) {
8 h(1, 3, 2);
9 } else {
10 h(1, 4, 2);
11 }
12
13
14 }
15