https://issues.dlang.org/show_bug.cgi?id=22032
Issue ID: 22032
Summary: importC: stuck on error: illegal combination of type
specifiers
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Code results in a flood of errors (missing semicolon).
---
struct S { int fld; }
int var;
--
