Release coccinelle-0.1
[bpt/coccinelle.git] / tests / test7.res
1 void main()
2 {
3
4 if(1) {
5 f(1, "foo");
6 f(1, "bar");
7 }
8
9 f(3, "foo");
10 f(3, "bar");
11
12 /* nice comment */
13 }