struct Style {
Access access;
}
enum Access : ubyte {
Read = 0x01
}
void main(){
}
Moving the enum above the struct make the crash go away.
This worked with DMD 2.008 and starting with 2.009 DMD crashes.
Comment #1 by schveiguy — 2008-08-19T09:04:43Z
Added 2215 the last time I tried the D2 Tango port :)
*** This bug has been marked as a duplicate of 2215 ***