Added test for memory checking

This commit is contained in:
Daniel Marjamäki 2007-05-17 17:25:50 +00:00
parent 775a62be69
commit 262c213a13
2 changed files with 7 additions and 0 deletions

0
testmemcheck2/err.msg Normal file
View File

View File

@ -0,0 +1,7 @@
Fred *newfred()
{
Fred *f = new Fred();
return f;
}