8 lines
58 B
Plaintext
8 lines
58 B
Plaintext
|
@@
|
||
|
expression E;
|
||
|
@@
|
||
|
|
||
|
- if (E)
|
||
|
- ABORT_NOW();
|
||
|
+ BUG_ON(E);
|