https://issues.dlang.org/show_bug.cgi?id=23562
Issue ID: 23562
Summary: [REG master] Segmentation fault in core.demangle
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: [email protected]
Reporter: [email protected]
import core.demangle;
void main()
{
char[32] buf;
auto dem = demangle("_Zv", buf);
}
--
