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