Added Entityx to project
This commit is contained in:
7
external/entityx-1.1.2/cxx11/c++11-test-long_long-N1811.cpp
vendored
Normal file
7
external/entityx-1.1.2/cxx11/c++11-test-long_long-N1811.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
int main(void)
|
||||
{
|
||||
long long l;
|
||||
unsigned long long ul;
|
||||
|
||||
return ((sizeof(l) >= 8) && (sizeof(ul) >= 8)) ? 0 : 1;
|
||||
}
|
||||
Reference in New Issue
Block a user