view tests/minicomplex/gc2.d @ 383:c028fd91b3b0

.hgignore updates. runminitest stores object files separately.
author Christian Kamm <kamm incasoftware de>
date Wed, 23 Jul 2008 18:53:44 +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();
}