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

--- Comment #4 from Martin Nowak <c...@dawg.eu> ---
The bug also exists for struct dtors.

struct Array(T) { ~this() {} }
struct Test { Array!int[1] array; }

--

Reply via email to