1 // PR 98297, ICE
2 // { dg-do compile { target c++11 } }
3 template <template <class> class a>
4 struct [[b]]
5 a <int>; // { dg-error "does not declare anything" }
6 // { dg-warning "ignored" "" { target *-*-* } .-1 }
7