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

6 lines
59 B
C++

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