https://issues.dlang.org/show_bug.cgi?id=23929
Issue ID: 23929
Summary: in operator on noreturn associative array causes dmd
crash
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ice-on-valid-code
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
A simple one-liner:
```
if (assert(0) in int[noreturn].init) {}
```
--
