index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cxx11
/
c++11-test-nullptr-N2431_fail_compile.cpp
blob: 5747f1b8bfff84e88a60263133b93c1ca7727d27 (
plain
)
1
2
3
4
5
int
main
()
{
int
i
=
nullptr
;
return
1
;
}