https://issues.dlang.org/show_bug.cgi?id=22260
--- Comment #1 from [email protected] --- Another case that triggers the same message and ICE: typedef struct Foo Foo; typedef struct Foo { int x; } Foo; --
d-bugmail--- via Digitalmars-d-bugs Mon, 27 Sep 2021 21:29:12 -0700
https://issues.dlang.org/show_bug.cgi?id=22260
--- Comment #1 from [email protected] --- Another case that triggers the same message and ICE: typedef struct Foo Foo; typedef struct Foo { int x; } Foo; --