changeset 1211:089351fad902

[Issue 466] New: dmd prevent this from link , if so please prevent it from compiling david <davidl@126.com> 2006-10-28 news:bug-466-3@http.d.puremagic.com/issues/
author thomask
date Wed, 08 Nov 2006 15:24:05 +0000
parents 94d6b178889f
children e672593be3e5
files compile/m/mangleof_17_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/compile/m/mangleof_17_A.d	Wed Nov 08 15:24:05 2006 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	david <davidl@126.com>
+// @date@	2006-10-28
+// @uri@	news:bug-466-3@http.d.puremagic.com/issues/
+// @desc@	[Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
+
+module dstress.compile.m.mangleof_17_A;
+
+class Exception{
+}
+
+class ExceptioX{
+}
+
+static assert(Exception.mangleof[0 ..$-1] == ExceptioX.mangleof[0 .. $-1]);