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