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