Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / test10.c
1 void main(int i) {
2 f(1);
3 f(1);
4 g(1);
5 g(1); // if comment then should work
6 h(1);
7 h(1);
8
9 }