coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / fix_flow_need.c
1 void main(int i) {
2
3 foobar();
4
5 if(1) {
6 foo();
7 }
8 bar();
9
10 foobar();
11 }