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;

--

Reply via email to