view tests/minicomplex/gc2.d @ 532:0beebf923322

merge
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 21 Aug 2008 15:35:39 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.gc2;

import tango.core.Memory;

void main()
{
    char[] tmp = new char[2500];
    GC.collect();
}