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