# HG changeset patch # User thomask # Date 1162999445 0 # Node ID 089351fad902af2046df643c507f7c56460e6233 # Parent 94d6b178889f52f3cf473070e8e5f98fddccd7c2 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling david 2006-10-28 news:bug-466-3@http.d.puremagic.com/issues/ diff -r 94d6b178889f -r 089351fad902 compile/m/mangleof_17_A.d --- /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 +// @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]);