// PR c++/59200 // { dg-do compile { target c++17 } } // { dg-additional-options "-fconcepts" } 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" }