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

--- Comment #3 from Iain Buclaw <ibuc...@gdcproject.org> ---
Casting to void[int.max] causes the backend to run out of memory.

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

--

Reply via email to