cmake/c++11-test-static_assert-N1720_fail_compile.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(1 < 0, "this should fail");
4 return 0;
5 }

mercurial