aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/cmake-cxx11/Modules/CheckCXX11Features/cxx11-test-nullptr_fail_compile.cpp
blob: 6a002bcb78117a5a93bc53c3f1e2b78f5909ef14 (plain)
1
2
3
4
5
6
int main(void)
{
	int i = nullptr;

	return 1;
}