YouCompleteMe/cpp/llvm/tools/clang/test/Index/Inputs/Headers/crash.h

7 lines
121 B
C
Raw Normal View History

// Produce a crash if CRASH is defined.
#ifdef CRASH
# pragma clang __debug crash
#endif
const char *getCrashString();