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
/
deps
/
entityx
/
cxx11
/
c++11-test-nullptr-N2431_fail_compile.cpp
blob: 7ab77a28c819359781ffb122e3631a27eddf84df (
plain
)
1
2
3
4
5
int
main
()
{
int
i
=
nullptr
;
return
1
;
}