https://d.puremagic.com/issues/show_bug.cgi?id=11618



--- Comment #4 from Kenji Hara <[email protected]> 2013-11-29 00:45:17 PST ---
Reduced test case:

struct Tuple(T...)
{
    T field;
    alias field this;
}
static assert({
    Tuple!(immutable dchar) result = void;
    auto addr = cast(dchar*) &result[0];
    *addr = dchar.init;
    return true;
}());

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

Reply via email to