First Commit
This commit is contained in:
5
externals/cryptopp/TestPrograms/test_cxx11_auto.cpp
vendored
Normal file
5
externals/cryptopp/TestPrograms/test_cxx11_auto.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
auto a = 1 + 2;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user