2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib9.C
blobee6fdb1d375cf58e62483ff9220a72f830a8b156
1 class __attribute__((unused)) C;
2 struct __attribute__((unused)) S;
3 union __attribute__((unused)) U;
4 enum e {};
5 enum __attribute__((unused)) e;