https://issues.dlang.org/show_bug.cgi?id=22725
Issue ID: 22725
Summary: ImportC: segfault when compiling with -H
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Keywords: ice, ImportC
Severity: major
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
test.c:
typedef struct S
{
} S;
----
dmd -H test.c
Segmentation fault
--
