llvm-project/clang-tools-extra/test/clang-modernize/UseNullptr/Inputs/basic.h

3 lines
54 B
C

int *global_p = 0;
// CHECK: int *global_p = nullptr;