blob: c4fbb950cf1acf20fe8d27aa5601222e55068590 [file] [log] [blame]
// PR c++/6477
typedef struct A_ *A; // { dg-error "previous declaration" }
typedef struct A B; // { dg-error "typedef|invalid type" }