First Commit
This commit is contained in:
8
externals/cryptopp/TestPrograms/test_glibc.cpp
vendored
Normal file
8
externals/cryptopp/TestPrograms/test_glibc.cpp
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
#include <string>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
#ifndef __GLIBCXX__
|
||||
int x[-1];
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user