forked from metin-server/m2dev-client-src
client almost builds
This commit is contained in:
5
vendor/cryptopp/TestPrograms/test_cxx11_auto.cpp
vendored
Normal file
5
vendor/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