Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
.
/
clang
/
test
/
Index
/
Inputs
/
Headers
/
crash.h
blob: 238359abbe335236424afc0d4c74bec69edfd92c [
file
]
// Produce a crash if CRASH is defined.
#ifdef
CRASH
# pragma clang __debug crash
#endif
const
char
*
getCrashString
();