Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / test10.c
... / ...
CommitLineData
1void main(int i) {
2 f(1);
3 f(1);
4 g(1);
5 g(1); // if comment then should work
6 h(1);
7 h(1);
8
9}