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

changeset 473
2a84149fe642
equal deleted inserted replaced
472:8986414c6ad5 473:2a84149fe642
1 int main()
2 {
3 int* test = nullptr;
4 return test ? 1 : 0;
5 }

mercurial