ChaiScript/cmake/c++11-test-static_assert-N1720_fail_compile.cpp
2015-03-18 19:23:04 -06:00

6 lines
69 B
C++

int main()
{
static_assert(1 < 0, "this should fail");
return 0;
}