ext-cryptopp/TestPrograms/test_newlib.cxx
2018-11-17 15:50:04 -05:00

9 lines
105 B
C++

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