Home | History | Annotate | Download | only in Headers
      1 // Produce a crash if CRASH is defined.
      2 #ifdef CRASH
      3 #  pragma clang __debug crash
      4 #endif
      5 
      6 const char *getCrashString();
      7