libcryfs/vendor/cryptopp/vendor_cryptopp/TestPrograms/test_glibc.cxx

9 lines
119 B
C++

#include <string>
int main(int argc, char* argv[])
{
#ifndef __GLIBCXX__
int x[-1];
#endif
return 0;
}