blob: c60a16064c4ff8cbe0f3489f320bb8a09b24df6a [file] [log] [blame]
// { dg-options -fno-new-ttp-matching }
template <int i> class C {};
template <template <long> class TT> class D {};
int main()
{
D<C> d; // { dg-error "" } args not match
}