https://issues.dlang.org/show_bug.cgi?id=21950
--- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #13209 "Merge stable into master" was merged into master: - 4a60861c30e8e6b8193ad5c531c15b3c9837430f by MoonlightSentinel: Fix 21950: Rewrite function calls depending on noreturn arguments Replaces the function call with the evaluation of the arguments up to the first `noreturn` parameter. The remaining arguments / the function call will never be executed anyways and the backend cannot handle noreturn parameters. https://github.com/dlang/dmd/pull/13209 --
