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