annotate nocompile/e/enum_47_H.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 e00ecb270290
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1141
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
1 // $HeadURL$
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
2 // $Date$
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
3 // $Author$
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
4
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
5 // @author@ James Pelcis <jpelcis@gmail.com>
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
6 // @date@ 2006-09-19
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1141
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=355
1141
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
8 // @desc@ [Issue 355] New: ICE from enum : nonexistent type
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
9
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
10 // __DSTRESS_ELINE__ 14
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
11
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
12 module dstress.nocompile.e.enum_47_H;
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
13
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
14 enum : Unknown {
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
15 a,
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
16 b = a
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
17 }
e00ecb270290 [Issue 355] New: ICE from enum : nonexistent type
thomask
parents:
diff changeset
18