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

9 lines
105 B
C++
Raw Normal View History

#include <string>
int main(int argc, char* argv[])
{
#ifndef __NEWLIB__
XXX
#endif
return 0;
}