First Commit
This commit is contained in:
6
externals/cryptopp/TestPrograms/test_cxx11_nullptr.cpp
vendored
Normal file
6
externals/cryptopp/TestPrograms/test_cxx11_nullptr.cpp
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <cstddef>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int* p = nullptr;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user