Merge "Fix assert on saving settings"
[trojita.git] / cmake / FindCXXFeatures / cxx11-test-static_assert.cxx
blob47c2fefb8b24180ad2621b5eab843542d61b5094
1 int main(void)
3 static_assert(0 < 1, "your ordering of integers is screwed");
4 return 0;