index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
/
cmake-cxx11
/
Modules
/
CheckCXX11Features
/
cxx11-test-nullptr.cpp
blob: 9f4107153141c94c61ad707cf04235c324e87c52 (
plain
)
1
2
3
4
5
6
int
main
(
void
)
{
void
*
v
=
nullptr
;
return
v
?
1
:
0
;
}