https://issues.dlang.org/show_bug.cgi?id=21952
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg Hardware|x86_64 |All Summary|ice on noreturn used as |ice for global / tls |template parameter |variable of type noreturn OS|Linux |All --- Comment #1 from [email protected] --- The assertion failure is caused by the TLS variable and reproducible without a template: ============================= noreturn tlsNoreturn; ============================ --
