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