compiler crash when assigning init property of struct
Leo Walkling
leopold_walkling at web.de
Sun May 6 03:58:50 PDT 2007
Using DMD 1.014 I get a compiler crash without message when compiling code
like this:
struct A {
uint u;
}
void main()
{
static A a = {9};
a = a.init;
}
More information about the Digitalmars-d-bugs
mailing list