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

--- Comment #1 from Yuxuan Shui <yshu...@gmail.com> ---
Slightly reduced:

void fn() {
        void[] a ;
        auto b = cast(byte[0][]) a;
}

--

Reply via email to