diff options
Diffstat (limited to 'lib/entityx/cxx11/c++11-test-nullptr-N2431.cpp')
-rw-r--r-- | lib/entityx/cxx11/c++11-test-nullptr-N2431.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/entityx/cxx11/c++11-test-nullptr-N2431.cpp b/lib/entityx/cxx11/c++11-test-nullptr-N2431.cpp deleted file mode 100644 index c78fac4..0000000 --- a/lib/entityx/cxx11/c++11-test-nullptr-N2431.cpp +++ /dev/null @@ -1,5 +0,0 @@ -int main() -{ - int* test = nullptr; - return test ? 1 : 0; -} |