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

--- Comment #2 from Iain Buclaw <ibuc...@gdcproject.org> ---
Casting to void[uint.max] causes a segmentation fault in another part of the
compiler.

void[] f = cast(void[uint.max]) "a";

--

Reply via email to