view tests/mini/templ2.d @ 867:766267808f11

Rename test to accepted name.
author Christian Kamm <kamm incasoftware de>
date Sat, 20 Dec 2008 09:29:36 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}