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

6 lines
89 B
C++

int main()
{
static_assert(0 < 1, "your ordering of integers is screwed");
return 0;
}