view test/templ2.d @ 260:d69d4543c441 trunk

[svn r278] Added test results for [277]
author lindquist
date Fri, 13 Jun 2008 07:50:55 +0200
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}