This is currently copied from http://quickgit.kde.org/index.php?p=scratch%2Fdakon%2Fcmake-cxx11.git but there is a chance that in future it will be merged into CMake proper.
6 lines
93 B
C++
6 lines
93 B
C++
int main(void)
|
|
{
|
|
static_assert(1 < 0, "your ordering of integers is screwed");
|
|
return 0;
|
|
}
|