https://issues.dlang.org/show_bug.cgi?id=19895 --- Comment #1 from Yuxuan Shui <yshuiv7 at gmail.com> --- Slightly reduced: void fn() { void[] a ; auto b = cast(byte[0][]) a; } --