view tests/mini/templ2.d @ 781:28d9cbcd7580

Strip test binaries.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 21:06:33 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}