https://issues.dlang.org/show_bug.cgi?id=19890 --- Comment #3 from Iain Buclaw <ibuclaw at gdcproject.org> --- Casting to void[int.max] causes the backend to run out of memory. void[] f = cast(void[int.max]) "a"; --