certificate/include/cryptopp/TestPrograms/test_cxx.cpp

7 lines
91 B
C++
Raw Normal View History

2025-06-26 15:15:38 +00:00
#include <string>
int main(int argc, char* argv[])
{
unsigned int x=0;
return x;
}