1// Produce a crash if CRASH is defined.2#ifdef CRASH3# pragma clang __debug crash4#endif5 6const char *getCrashString(void);7