view nocompile/t/typeof_14_B.d @ 1184:04624d579af6

[Issue 405] New: typeof in TemplateParameterList causes compiletime segmentfault Thomas Kuehne <thomas-dloop@kuehne.cn> 2006-10-06 news:bug-405-3@http.d.puremagic.com/issues/
author thomask
date Thu, 12 Oct 2006 15:01:04 +0000
parents
children 660f9196b52a
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__ 13

module dstress.nocompile.t.typeof_14_B;

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