diff --git a/src/main.cpp b/src/main.cpp index be9c9bb..2e32f65 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,7 @@ int main(int argc, char **argv) { auto test = new std::string; // :) std::cout << "Hello xD\n"; + auto test69 = new std::string; auto test2 = new std::string; // :) auto test3 = new std::string; // :) auto test4 = new std::string; // :)