source-engine/thirdparty/cryptopp/TestPrograms/test_cxx.cxx

7 lines
97 B
C++
Raw Normal View History

2020-10-22 17:43:01 +00:00
#include <string>
int main(int argc, char* argv[])
{
unsigned int x=0;
return x;
}