This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cbca65826c
CMake
/
Source
/
Checks
/
cm_cxx_nullptr.cxx
15 lines
103 B
C++
Raw
Blame
History
int
test
(
int
)
{
return
-
1
;
}
int
test
(
int
*
)
{
return
0
;
}
int
main
(
)
{
return
test
(
nullptr
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink