view compile/f/forward_reference_18_C.d @ 1458:03a2f3633971

[Issue 810] Cannot forward reference template Matti Niemenmaa <deewiant@gmail.com> 2007-01-07 http://d.puremagic.com/issues/show_bug.cgi?id=810
author thomask
date Thu, 05 Apr 2007 10:19:38 +0000
parents
children 01e1c391b52d
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Matti Niemenmaa <deewiant@gmail.com>
// @date@	2007-01-07
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=810
// @desc@	[Issue 810] Cannot forward reference template

module dstress.compile.f.forward_reference_18_D;

Template!(int) stack;
template Template(T) {}