view tests/minicomplex/gc2.d @ 678:299f53f2e6f2

Fix makefile for runtime/internal.
author Christian Kamm <kamm incasoftware de>
date Sat, 11 Oct 2008 21:23:41 +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();
}