[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / clang-tools-extra / test / clang-tidy / infrastructure / clang-tidy-__clang_analyzer__macro.cpp
blob0fda1a393b2a5108ca6f2bbe96b5659ef3485890
1 // RUN: clang-tidy %s -checks=-*,modernize-use-nullptr -- | count 0
3 #if !defined(__clang_analyzer__)
4 #error __clang_analyzer__ is not defined
5 #endif