#include <iostream.h>
#include <windows.h>
int
main(int, char **)
{
static char *ptr = new char[500000];
//Don't free the memory, but retain a pointer to it
//Should show up as a distinctive 500K block on the MIU report
return(0);
}
(C) Copyright IBM Corporation 1992, 2010.