view test/templ2.d @ 238:346cba22f4b8 trunk

[svn r255] added dstress results for [254]
author ChristianK
date Sun, 08 Jun 2008 21:23:09 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}