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