Files
Lucina3DS/externals/cryptopp/TestPrograms/test_newlib.cpp
2025-02-06 22:24:29 +08:00

9 lines
118 B
C++

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