https://issues.dlang.org/show_bug.cgi?id=24242
--- Comment #1 from Jan Jurzitza <[email protected]> --- discovered bug conditions: - the variable holding data MUST be created in a separate function, creating it inline, e.g. in the `main` here, doesn't trigger the memory corruption - the struct MUST be templated for this bug to occur (otherwise it works as expected) --
