view test/templ2.d @ 141:8f43f5c43c95 trunk

[svn r145] fixed some x86 problems
author lindquist
date Wed, 23 Jan 2008 12:58:51 +0100
parents f869c636a113
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}