view tests/mini/templ2.d @ 901:d51551cb3a85

Fix #174.
author Christian Kamm <kamm incasoftware de>
date Thu, 22 Jan 2009 21:46:40 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}