Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / inherited_ver1.res
1 void main(int i) {
2
3 //g(1);
4 f(2);
5
6 hh(2);
7 hh22(2);
8
9 bar(1);
10 }