Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / memory.cocci
1 @@ expression E; @@
2
3 - if (E) { BUG(); }
4 + BUG_ON(E);