Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
a76320ce648c07bb68cfcc618cc380e7ab4efc4f
/
.
/
test
/
cpp11-migrate
/
UseNullptr
/
Inputs
/
basic.h
blob: 144db769c29ff895d9a4b19dbc2e8428d71c35e7 [
file
] [
log
] [
blame
]
int
*
global_p
=
0
;
// CHECK: int *global_p = 0;
// HEADERS: int *global_p = nullptr;