bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/Headers/crash.h

7 lines
125 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// Produce a crash if CRASH is defined.
#ifdef CRASH
# pragma clang __debug crash
#endif
const char *getCrashString(void);