Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / memory.cocci
1 @@ expression E; @@
2
3 - if (E) { BUG(); }
4 + BUG_ON(E);