annotate compile/m/mangleof_17_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 089351fad902
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1211
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
1 // $HeadURL$
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
2 // $Date$
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
3 // $Author$
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
4
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
5 // @author@ david <davidl@126.com>
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
6 // @date@ 2006-10-28
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1211
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=466
1211
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
8 // @desc@ [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
9
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
10 module dstress.compile.m.mangleof_17_A;
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
11
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
12 class Exception{
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
13 }
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
14
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
15 class ExceptioX{
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
16 }
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
17
089351fad902 [Issue 466] New: dmd prevent this from link , if so please prevent it from compiling
thomask
parents:
diff changeset
18 static assert(Exception.mangleof[0 ..$-1] == ExceptioX.mangleof[0 .. $-1]);