this code triggers an assertion in the backend:
---
void foo(int x);
void bar()
{
foo(assert(false));
}
---
> dmd: src/dmd/backend/cod1.d:4057: Assertion `retregs || !*pretregs' failed.
dmd git revision: ba85e15f97d1c5490bd40e29fa642455acb38f32
Similar with https://issues.dlang.org/show_bug.cgi?id=21956 and https://issues.dlang.org/show_bug.cgi?id=22390, but happening in a different location.
(In reply to mhh from comment #1)
> See also https://issues.dlang.org/show_bug.cgi?id=
Thanks, seems to be dupicated so close this.
*** This issue has been marked as a duplicate of issue 22587 ***