]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/Index/Inputs/Headers/crash.h
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / Index / Inputs / Headers / crash.h
CommitLineData
223e47cc
LB
1// Produce a crash if CRASH is defined.
2#ifdef CRASH
3# pragma clang __debug crash
4#endif
5
6const char *getCrashString();