main() { char *foo = (char *)malloc(1000000); getch(); free(foo); getch() }