certificate/include/cryptopp/TestPrograms/test_cxx11_auto.cpp

6 lines
71 B
C++
Raw Permalink Normal View History

2025-06-26 15:15:38 +00:00
int main(int argc, char* argv[])
{
auto a = 1 + 2;
return 0;
}