https://issues.dlang.org/show_bug.cgi?id=19914
Issue ID: 19914
Summary: ICE: Segmentation fault with mixin and templated class
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
class a (b) { align.c d; }
mixin a!(string);
--
