Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / cpp0x / gen-attrs-24.C
1 // PR c++/28387
2 // { dg-do compile { target c++11 } }
3
4 enum [[gnu::unused]] E;  // { dg-error "without previous declaration" }