Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / test11.c
... / ...
CommitLineData
1void main(int i) {
2 f(1);
3 g(1);
4 g(1); // if comment then simpler
5 h(1);
6
7}