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

Thu, 22 Aug 2013 20:28:57 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Thu, 22 Aug 2013 20:28:57 +0300
changeset 474
63838461cb72
parent 473
2a84149fe642
permissions
-rw-r--r--

add .kdev_include_paths to gitignore

int main()
{
	int* test = nullptr;
	return test ? 1 : 0;
}

mercurial