Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / test1_ver1.c
1 void main(int foo) {
2
3 f(1);
4 f(1); // if uncoment then problems
5 g(2);
6 g(2);// if uncomment then problems
7 if(1) {
8 h(3);
9 } else {
10 h(4);
11 }
12
13
14 }
15