diff --git a/cmd/test.cpp b/cmd/test.cpp index 73a832ac60..18806ba705 100644 --- a/cmd/test.cpp +++ b/cmd/test.cpp @@ -4,5 +4,6 @@ int main() { for(int i = 0; i < 10; ++i){ std::cout << "Hello\n"; + auto a = new int; } -} \ No newline at end of file +}