Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / test7.c
CommitLineData
34e49164
C
1void main()
2{
3
4 if(1) {
5 f(1);
6 }
7
8 f(3);
9
10 /* nice comment */
11}