comparison: cmake/c++11-test-static_assert-N1720_fail_compile.cpp
cmake/c++11-test-static_assert-N1720_fail_compile.cpp
- changeset 473
- 2a84149fe642
equal
deleted
inserted
replaced
|
1 int main() |
|
2 { |
|
3 static_assert(1 < 0, "this should fail"); |
|
4 return 0; |
|
5 } |