https://issues.dlang.org/show_bug.cgi?id=21973

          Issue ID: 21973
           Summary: importC: AssertError@src/dmd/dsymbolsem.d(4307):
                    Assertion failure
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

This is a variant of issue 21972.  When there are other fields, an ICE occurs.
---
struct outer
{
  int field;
 struct
   {
     int nested;
   };
};

--

Reply via email to