libcryfs/vendor/cryptopp/vendor_cryptopp/TestPrograms/test_cxx11_auto.cpp

6 lines
76 B
C++

int main(int argc, char* argv[])
{
auto a = 1 + 2;
return 0;
}