# HG changeset patch # User thomask # Date 1164278696 0 # Node ID ad4cbc9a05e40a87022cc215409ba351c6242c96 # Parent c9f4f8b632d5c5740709b93ec4341045eef24064 [Issue 483] New: ICE-invalid with tuple. mangleof. Don Clugston 2006-11-06 news:bug-483-3@http.d.puremagic.com/issues/ diff -r c9f4f8b632d5 -r ad4cbc9a05e4 nocompile/m/mangleof_18_A.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/m/mangleof_18_A.d Thu Nov 23 10:44:56 2006 +0000 @@ -0,0 +1,18 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ Don Clugston +// @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);