view test/templ2.d @ 147:0636f6269dfd trunk

[svn r152] Relates to ticket #34. Always emit class definition if it is a template instance. Linkage still needs to be fixed.
author ChristianK
date Thu, 13 Mar 2008 18:37:52 +0100
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}