repo.or.cz
/
trojita.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge "Fix assert on saving settings"
[trojita.git]
/
cmake
/
FindCXXFeatures
/
cxx11-test-static_assert.cxx
blob
47c2fefb8b24180ad2621b5eab843542d61b5094
1
int
main
(
void
)
2
{
3
static_assert
(
0
<
1
,
"your ordering of integers is screwed"
);
4
return
0
;
5
}