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