aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/attrib27.C
blob: b770c1c4404b9093a615f2beeff2579b8473c483 (plain)
1
2
3
4
5
//PR c++/29980

struct A { typedef int X; };            // { dg-message "previous declaration" }

struct __attribute__((unused)) A::X;    // { dg-error "typedef-name" }