blob: 5dbd16a154f7e3589e04f1237644401a147def35 [file] [log] [blame]
// PR c++/6477
typedef struct A_ *A; // { dg-error "previous declaration as" }
typedef struct A B; // { dg-error "conflicting types" }