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

          Issue ID: 23108
           Summary: ICE: AssertError@src/dmd/clone.d(567): Assertion
                    failure
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

module object;

struct Interface
{
    void[] vtbl;
}

class TypeInfo
{
}

--

Reply via email to