Skip to content

Commit

Permalink
Test for manual new
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 authored Jan 31, 2024
1 parent 759c06a commit 94635df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ int main()
{
for(int i = 0; i < 10; ++i){
std::cout << "Hello\n";
auto a = new int;
}
}
}

0 comments on commit 94635df

Please sign in to comment.