[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[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