view compile/m/mangleof_17_A.d @ 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
children daef239f37cf
line wrap: on
line source

// $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]);