brintos

brintos / llvm-project-archived public Read only

0
0
Text · 88 B · 74b4628 Raw
6 lines · c
1#if __has_feature(address_sanitizer)2#define HAS_ASAN 13#else4#define HAS_ASAN 05#endif6