Added Entityx to project
This commit is contained in:
5
external/entityx-1.1.2/cxx11/c++11-test-nullptr-N2431.cpp
vendored
Normal file
5
external/entityx-1.1.2/cxx11/c++11-test-nullptr-N2431.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
int* test = nullptr;
|
||||
return test ? 1 : 0;
|
||||
}
|
||||
Reference in New Issue
Block a user