Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* An instruction which should crash any program is a breakpoint. */ |
|---|---|
| 2 | #define ABORT_INSTRUCTION asm ("break 0") |
| 3 |
Warning: This file is not a C or C++ file. It does not have highlighting.
