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