view test/templ2.d @ 88:058d3925950e trunk

[svn r92] Fixed support for statically initialized unions. lots of bugfixes as cleanups too.
author lindquist
date Tue, 06 Nov 2007 10:03:14 +0100
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}