ChaiScript/cmake/c++11-test-nullptr-N2431_fail_compile.cpp
2015-03-18 19:23:04 -06:00

6 lines
44 B
C++

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