view test/unittest1.d @ 73:b706170e24a9 trunk

[svn r77] Fixed foreach on slice. Fixed some nested function problems when accessing outer function parameters. Major changes to handling of structs. Initial support for unions. Probably more...
author lindquist
date Wed, 31 Oct 2007 03:11:32 +0100
parents 2c39b5292cf3
children 9c79b61fb638
line wrap: on
line source

module unittest1;

unittest
{
}

void main()
{
}