Added test for memory checking
This commit is contained in:
parent
775a62be69
commit
262c213a13
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
Fred *newfred()
|
||||||
|
{
|
||||||
|
Fred *f = new Fred();
|
||||||
|
return f;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue