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