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