| 1 | // Produce a crash if CRASH is defined. |
|---|---|
| 2 | #ifdef CRASH |
| 3 | # pragma clang __debug crash |
| 4 | #endif |
| 5 | |
| 6 | const char *getCrashString(); |
| 7 |
| 1 | // Produce a crash if CRASH is defined. |
|---|---|
| 2 | #ifdef CRASH |
| 3 | # pragma clang __debug crash |
| 4 | #endif |
| 5 | |
| 6 | const char *getCrashString(); |
| 7 |