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

changeset 473
2a84149fe642
equal deleted inserted replaced
472:8986414c6ad5 473:2a84149fe642
1 int main()
2 {
3 static_assert(1 < 0, "this should fail");
4 return 0;
5 }

mercurial