[Issue 21956] ice on foreach over an AA of noreturn

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 23 03:58:21 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=21956

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
also triggered by

---
alias noreturn = typeof(*null);

int main()
{
    noreturn b;
    noreturn a = b ? b : b;
    return 0;
}   
---

--


More information about the Digitalmars-d-bugs mailing list