http://d.puremagic.com/issues/show_bug.cgi?id=11269



--- Comment #1 from Kenji Hara <k.hara...@gmail.com> 2013-10-17 18:57:00 PDT ---
Repro case in both 32/64 bit platforms:

struct Atom
{
    union
    {
        int i;
        struct
        {
            ulong first, rest;
        }
        struct
        {
            uint localIndex;
            uint literalIndex;
        }
    }
}
void main()
{
    Atom a;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to