changeset 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 c9f4f8b632d5
children f5ff36ad0c46
files nocompile/m/mangleof_18_A.d
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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 <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);