view tests/mini/templ2.d @ 588:870652a9af23

Constant fold structliteral.member again.
author Christian Kamm <kamm incasoftware de>
date Fri, 12 Sep 2008 12:39:06 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module templ2;
import templ1;

void main()
{
    func1(1);
}