view tests/minicomplex/gc2.d @ 903:493d42562733

Further Solaris data segment detection fixes. Thanks BlueZeniX!
author Christian Kamm <kamm incasoftware de>
date Fri, 23 Jan 2009 10:13:27 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.gc2;

import tango.core.Memory;

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