coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / fix_flow_need.cocci
1 @@
2 @@
3
4 ...
5 if(1) { foo(); }
6 - bar();
7 ...