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