Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / Headers / crash.h
blob76614fe14ade0ba04140ad5cfedbeb5aeff68d28
1 // Produce a crash if CRASH is defined.
2 #ifdef CRASH
3 # pragma clang __debug crash
4 #endif
6 const char *getCrashString(void);