1
0
Fork 0
arangodb/cmake/CheckCXX11Features/cxx11-test-nullptr_fail_com...

7 lines
49 B
C++

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