Added Entityx to project
This commit is contained in:
8
external/entityx-1.1.2/cxx11/c++11-test-__func__-N2340.cpp
vendored
Normal file
8
external/entityx-1.1.2/cxx11/c++11-test-__func__-N2340.cpp
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <cstring>
|
||||
|
||||
int main()
|
||||
{
|
||||
if (!__func__) { return 1; }
|
||||
if(std::strlen(__func__) <= 0) { return 1; }
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user