xref: /llvm-project/clang/test/Modules/Inputs/check-for-sanitizer-feature/check.h (revision 85a83c2cedc2884e9c08e5031198c42beeeb54f1)
1*85a83c2cSVedant Kumar #if __has_feature(address_sanitizer)
2*85a83c2cSVedant Kumar #define HAS_ASAN 1
3*85a83c2cSVedant Kumar #else
4*85a83c2cSVedant Kumar #define HAS_ASAN 0
5*85a83c2cSVedant Kumar #endif
6