https://issues.dlang.org/show_bug.cgi?id=21952
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #13163 "Fix 21952 - Don't assert for global / tls variables of type noreturn" fixing this issue: - Fix 21952 - Don't assert for global / tls variables of type noreturn The old code assumed variables of size 0 must be static arrays `T[0]` but `noreturn.sizeof` is 0. https://github.com/dlang/dmd/pull/13163 --
