1 #if __has_feature(address_sanitizer)
2 #define HAS_ASAN 1
3 #else
4 #define HAS_ASAN 0
5 #endif
6