From 6db4dae80b3d8089582cc4e6325788427fa4078a Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 13 Aug 2022 14:23:04 +0200 Subject: [PATCH] Test from fork --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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; // :)