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