blob: 4cfc40822a864857af38cec1793f3a1aa577fbab [file] [log] [blame]
// PR c++/39750
template < unsigned >
struct A ;
template < typename >
struct B ;
template < typename T , A < B < T > {}// { dg-error "initializer|parse error|type|expected" }