view test/templ2.d @ 269:967178e31a13 trunk

[svn r290] Forgot to remove a #define in mem.c
author lindquist
date Sun, 15 Jun 2008 18:57:11 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}