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