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-static_assert.cpp
blob: 47c2fefb8b24180ad2621b5eab843542d61b5094 (
plain
)
1
2
3
4
5
int
main
(
void
)
{
static_assert
(
0
<
1
,
"your ordering of integers is screwed"
);
return
0
;
}