view test/templ2.d @ 340:351c0077d0b3 trunk

[svn r361] Removed some dead code.
author lindquist
date Sun, 13 Jul 2008 02:04:25 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}