* g++.dg/ext/selectany1.C: New file. Test for linkonce sections.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib9.C
blobd01fc12b6750f75bdbf2a0a559b0a513026c67b5
1 class __attribute__((unused)) C;        //  { dg-warning "type attributes" }
2 struct __attribute__((unused)) S;       //  { dg-warning "type attributes" }
3 union __attribute__((unused)) U;        //  { dg-warning "type attributes" }
4 enum e {};
5 enum __attribute__((unused)) e;         //  { dg-warning "type attributes" }