aboutsummaryrefslogtreecommitdiffstats
path: root/lib/entityx/cxx11/c++11-test-static_assert-N1720_fail_compile.cpp
blob: 4cb118342f6afb376e43a9a68b5c853be60f2e42 (plain)
1
2
3
4
5
int main()
{
	static_assert(1 < 0, "this should fail");
	return 0;
}