https://issues.dlang.org/show_bug.cgi?id=19955
Issue ID: 19955
Summary: [ICE] Segmentation fault in
StatementSemanticVisitor::visit(SwitchStatement*) at
dmd/statementsem.d:2558
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
void f() { switch(1) static assert(1); }
--
