view test/unittest1.d @ 150:2c336566ffed trunk

[svn r156] added a testcase for the most annoying bug ever
author lindquist
date Mon, 24 Mar 2008 20:05:44 +0100
parents 9c79b61fb638
children
line wrap: on
line source

module unittest1;

void main()
{
}

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