https://issues.dlang.org/show_bug.cgi?id=22991
--- Comment #4 from Iain Buclaw <[email protected]> --- (In reply to Dennis from comment #2) > Note that the spec currently says: > > > The total size of a static array cannot exceed 16Mb. > > https://dlang.org/spec/arrays.html#static-arrays > > But `bla` is 32Mb That's true for Optlink, but not others, where the max static data size allowed is half the address space. --
