1 // PR c++/82468
2 // { dg-do compile { target c++17 } }
3 
4 template <template <class> class TT>
5 TT(double) -> TT<int>;  // { dg-error "template template" }
6