xref: /minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/Headers/crash.h (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1 // Produce a crash if CRASH is defined.
2 #ifdef CRASH
3 #  pragma clang __debug crash
4 #endif
5 
6 const char *getCrashString();
7