https://issues.dlang.org/show_bug.cgi?id=21952
--- Comment #4 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13164 "Merge stable" was merged into master: - b2555a70cb87da257c46a1f6a017857c78ffdac3 by MoonlightSentinel: 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/13164 --
