cmake/c++11-test-static_assert-N1720.cpp

changeset 485
543a6696096f
parent 484
5b5c77c7f3dd
child 486
25747c37c7be
equal deleted inserted replaced
484:5b5c77c7f3dd 485:543a6696096f
1 int main()
2 {
3 static_assert(0 < 1, "your ordering of integers is screwed");
4 return 0;
5 }

mercurial