Coccinelle release 0.2.5-rc8
[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