https://issues.dlang.org/show_bug.cgi?id=15387
Issue ID: 15387
Summary: slice in extern(C++) ICE's
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
This shouldn't crash the compiler;
extern (C++) struct X
{
this(int[] x) {}
}
A helpful error message would be nice.
--
