Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test2.c
CommitLineData
34e49164
C
1void main()
2{
3 f(1,2,3);
4 if(1)
5 g(1);
6 else
7 g(1);
8}