view tests/minicomplex/gc2.d @ 513:ce57106d2619

Add minitest for broken empty template tuple parameters. Fix this one!
author Christian Kamm <kamm incasoftware de>
date Fri, 15 Aug 2008 23:11:59 +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();
}