view test/templ2.d @ 248:890b4862ec6c trunk

[svn r265] generate debug info for global variables only if they don't have external linkage
author ChristianK
date Tue, 10 Jun 2008 20:01:04 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}