1 // PR c++/58980
2 
3 template<typename> struct A
4 {
5   enum A::B::C {};   // { dg-error "has not been declared" }
6 };
7