FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-static_assert_fail_compile.cpp
Go to the documentation of this file.
1 int main(void)
2 {
3  static_assert(1 < 0, "your ordering of integers is screwed");
4  return 0;
5 }
int main(void)