annotate nocompile/enum_33_C.d @ 1576:b3e16c86558e

[Issue 1398] New: GDC doesn't generate correct code <mariusmuja@gmail.com> 2007-08-04 http://d.puremagic.com/issues/show_bug.cgi?id=1398
author thomask
date Thu, 21 Feb 2008 15:20:08 +0000
parents 5511f9277078
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
756
9a121126b077 major "Torture" review
thomask
parents: 506
diff changeset
1 // $HeadURL$
9a121126b077 major "Torture" review
thomask
parents: 506
diff changeset
2 // $Date$
9a121126b077 major "Torture" review
thomask
parents: 506
diff changeset
3 // $Author$
506
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
4
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
5 // __DSTRESS_ELINE__ 9
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
6
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
7 module dstress.nocompile.enum_33_C;
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
8
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
9 enum Enum : cdouble {
920
5511f9277078 testcase review
thomask
parents: 756
diff changeset
10 A = 1.0i + 0.0
506
9a1ad98b24da added illegal range and illegal type checks for Enum
thomask
parents:
diff changeset
11 }