view test/templ2.d @ 261:5723b7385c25 trunk

[svn r279] fixed bug in makewebstatistics, regenerated output
author ChristianK
date Fri, 13 Jun 2008 08:21:11 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}