https://issues.dlang.org/show_bug.cgi?id=22144
--- Comment #2 from Iain Buclaw <[email protected]> --- Simplified as: --- void main() { int[0] zarray; cast(int[0][])zarray; } --
d-bugmail--- via Digitalmars-d-bugs Mon, 26 Jul 2021 00:59:16 -0700
https://issues.dlang.org/show_bug.cgi?id=22144
--- Comment #2 from Iain Buclaw <[email protected]> --- Simplified as: --- void main() { int[0] zarray; cast(int[0][])zarray; } --