Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / test11.c
CommitLineData
34e49164
C
1void main(int i) {
2 f(1);
3 g(1);
4 g(1); // if comment then simpler
5 h(1);
6
7}