Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / inherited.c
1 void main(int i) {
2
3 g(1);
4 //f(2);
5
6 h(2);
7 h2(2);
8
9 foo(1);
10 }