ChaiScript/cmake/c++11-test-nullptr-N2431_fail_compile.cpp
Jason Turner 953c4e4847 Merge branch 'master' into 2011-09-09-CxScript
Conflicts:
	CMakeLists.txt
2012-06-13 21:54:48 -06:00

6 lines
49 B
C++

int main()
{
int i = nullptr;
return 1;
}