Files
DarkRP2D/external/entityx-1.1.2/cxx11/c++11-test-static_assert-N1720.cpp
2018-05-10 23:36:35 +02:00

6 lines
89 B
C++

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