annotate nocompile/m/mangleof_18_A.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents ad4cbc9a05e4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1221
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
1 // $HeadURL$
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
2 // $Date$
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
3 // $Author$
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
4
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
5 // @author@ Don Clugston <clugdbug@yahoo.com.au>
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
6 // @date@ 2006-11-06
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1221
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=483
1221
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
8 // @desc@ [Issue 483] New: ICE-invalid with tuple. mangleof.
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
9
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 15
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
11
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
12 module dstress.nocompile.m.mangleof_18_A;
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
13
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
14 template T(A ...){
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
15 const char[] T = A.mangleof;
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
16 }
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
17
ad4cbc9a05e4 [Issue 483] New: ICE-invalid with tuple. mangleof.
thomask
parents:
diff changeset
18 mixin T!(1, 2);