https://issues.dlang.org/show_bug.cgi?id=18057
Issue ID: 18057
Summary: [ICE] Segmentation fault (stack overflow) in
Expression::ctfeInterpret()
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Minimal test:
---
struct RBNode
{
RBNode *copy = new RBNode;
}
--
