---
void test()
{
auto x = assert(false);
}
---
Results in:
---
dmd: src/dmd/backend/cod4.d:424: Assertion `cast(int)sz > 0' failed.
Aborted (core dumped)
---
Regression because this became valid starting with the introduction of noreturn.
Issue 22638 also asserts in the same location, and that points to a regression introduced by 2.096.