aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/gen-attrs-24.C
blob: e1f26c3d3377a6eb68b2ccd8e43aaa9829371b10 (plain)
1
2
3
4
// PR c++/28387
// { dg-do compile { target c++11 } }

enum [[gnu::unused]] E;  // { dg-error "without previous declaration" }