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