2024-02-21 14:52:47 +03:00

6 lines
93 B
C++

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