view nocompile/m/mangleof_18_A.d @ 1221:ad4cbc9a05e4

[Issue 483] New: ICE-invalid with tuple. mangleof. Don Clugston <clugdbug@yahoo.com.au> 2006-11-06 news:bug-483-3@http.d.puremagic.com/issues/
author thomask
date Thu, 23 Nov 2006 10:44:56 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	Don Clugston <clugdbug@yahoo.com.au>
// @date@	2006-11-06
// @uri@	news:bug-483-3@http.d.puremagic.com/issues/
// @desc@	[Issue 483] New: ICE-invalid with tuple. mangleof.

// __DSTRESS_ELINE__ 15

module dstress.nocompile.m.mangleof_18_A;

template T(A ...){
	const char[] T = A.mangleof;
}

mixin T!(1, 2);