Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / check-for-sanitizer-feature / check.h
blob74b4628d1230a2f0d4f1aaf9d92f8f3c778b8629
1 #if __has_feature(address_sanitizer)
2 #define HAS_ASAN 1
3 #else
4 #define HAS_ASAN 0
5 #endif