Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e92156614280bece5452c85865f41d44082b1026
/
.
/
Tests
/
CompileFeatures
/
cxx_nullptr.cpp
blob: a31422d88bec1d7fb93653ff14d753d0363a89e5 [
file
]
void
someFunc
(
int
*)
{
}
void
otherFunc
()
{
someFunc
(
nullptr
);
}