index
:
clyne/gamedev2
master
ui
world
gamedev but better
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
entityx
/
cxx11
/
c++11-test-nullptr-N2431.cpp
blob: c78fac4af827cdd9a3d924c734dfcdebfc03cc17 (
plain
)
1
2
3
4
5
int
main
()
{
int
*
test
=
nullptr
;
return
test
?
1
:
0
;
}