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

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

mercurial