blob: 58740c1f10f2a2a1820249f3c5049ddd7498e9cd [file] [log] [blame]
// PR c++/84644
// { dg-do compile { target c++11 } }
template<int a>
struct b {
decltype(a) __attribute__((break)); // { dg-error "declaration does not declare anything" }
};