view nocompile/t/typeof_14_B.d @ 1270:660f9196b52a

partial review
author thomask
date Sat, 23 Dec 2006 12:58:47 +0000
parents 04624d579af6
children daef239f37cf
line wrap: on
line source

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

// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@	2006-10-06
// @uri@	news:bug-405-3@http.d.puremagic.com/issues/
// @desc@	[Issue 405] New: typeof in TemplateParameterList causes compiletime segmentfault

// __DSTRESS_ELINE__ 14

module dstress.nocompile.t.typeof_14_B;

template square(typeof(x) x){
	const square = x * x;
}