llvm-for-llvmta/tools/clang/test/SemaCXX/Inputs/warn-zero-nullptr.h

4 lines
76 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#define NULL (0)
#define SYSTEM_MACRO (0)
#define OTHER_SYSTEM_MACRO (NULL)