view test/unittest1.d @ 210:1d6cfdbc97f0 trunk

[svn r226] Fixed: deleting interface. Removed: unused util function for calling class destructors.
author lindquist
date Wed, 14 May 2008 02:00:23 +0200
parents 9c79b61fb638
children
line wrap: on
line source

module unittest1;

void main()
{
}

unittest
{
    printf("hello\n");
}