cmake/c++11-test-nullptr-N2431_fail_compile.cpp

changeset 473
2a84149fe642
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cmake/c++11-test-nullptr-N2431_fail_compile.cpp	Thu Aug 22 20:24:16 2013 +0300
@@ -0,0 +1,5 @@
+int main()
+{
+	int i = nullptr;
+	return 1;
+}

mercurial