// RUN: not %clang_cc1 -x c++ -std=c++17 -fsyntax-only %s template class Imp { template explicit Imp(F f); }; template class Cls { explicit Imp() : f() {} };