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-static_assert-N1720_fail_compile.cpp
blob: 4cb118342f6afb376e43a9a68b5c853be60f2e42 (
plain
)
1
2
3
4
5
int
main
()
{
static_assert
(
1
<
0
,
"this should fail"
);
return
0
;
}