blob: b770c1c4404b9093a615f2beeff2579b8473c483 [file] [log] [blame]
//PR c++/29980
struct A { typedef int X; }; // { dg-message "previous declaration" }
struct __attribute__((unused)) A::X; // { dg-error "typedef-name" }