https://issues.dlang.org/show_bug.cgi?id=14805
--- Comment #4 from Ketmar Dark <[email protected]> --- (In reply to Ivan Kazmenko from comment #1) > Maybe it generates an instance of the array at compile time? it is, indeed. `auto dummy = new Struct[513*513];` can be evaluated in compile time, and compiler does exactly that. this will also produce a huge .o file with mostly zeroes (.init) inside. --
