Release coccinelle-0.1
[bpt/coccinelle.git] / tests / test10_ver1.c
1 void main(int i) {
2 f(1);
3 f(1);
4 g(1);
5 //g(1);
6 h(1);
7 h(1);
8
9 }