// PR c++/59200 // { dg-do compile { target c++11 } } struct A { static constexpr bool value = true; }; template struct B { template using C = A; }; template template const bool B::C::value; // { dg-error "too many" }