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

z.p.gaal.de...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.p.gaal.de...@gmail.com

--- Comment #5 from z.p.gaal.de...@gmail.com ---
the same for this code too:


struct foo
{
    int a;
}

struct bar
{
    foo f;

    ~this()
    {
    }
}

shared bar b;

--

Reply via email to