view test/templ2.d @ 288:ba4e4298009a trunk

[svn r309] Remove the large dstress test result files from svn repository.
author ChristianK
date Sat, 21 Jun 2008 14:06:00 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}