Thread overview
[Issue 22260] importC: Error: struct `foo.Foo` no size because of forward reference
September 01, 2021
https://issues.dlang.org/show_bug.cgi?id=22260

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC, rejects-valid

--
September 07, 2021
https://issues.dlang.org/show_bug.cgi?id=22260

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
September 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22260

--- Comment #1 from dave287091@gmail.com ---
Another case that triggers the same message and ICE:

typedef struct Foo Foo;
typedef struct Foo {
    int x;
} Foo;

--
October 18, 2021
https://issues.dlang.org/show_bug.cgi?id=22260

dave287091@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from dave287091@gmail.com ---


*** This issue has been marked as a duplicate of issue 22409 ***

--