https://issues.dlang.org/show_bug.cgi?id=22972

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
Simplified:

struct op {
        char text[4];
};
struct op ops[] = {
        { "123" }
};

char *y = ops[0].text;

--

Reply via email to