Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / gilles-question.c
1 void main(int i) {
2
3 f(0);
4 if(1) {
5 g(0);
6 }
7 g(0);
8 }
9