https://issues.dlang.org/show_bug.cgi?id=23379
Issue ID: 23379
Summary: Cast of expressions with type noreturn result in ice
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
void main()
{
auto b = cast(double)(assert(0));
}
--
