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