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