Sign in
fuchsia
/
third_party
/
swift-clang
/
swift-4.0-DEVELOPMENT-SNAPSHOT-2017-11-06-a
/
.
/
test
/
Index
/
Inputs
/
Headers
/
crash.h
blob: 238359abbe335236424afc0d4c74bec69edfd92c [
file
] [
log
] [
blame
]
// Produce a crash if CRASH is defined.
#ifdef
CRASH
# pragma clang __debug crash
#endif
const
char
*
getCrashString
();