blob: 6c3659f750266b5830d7e1bca392798474fa7859 [file] [log] [blame]
// PR c++/8895
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// { dg-do compile }
template <typename X, typename Y = B<X> > struct A // { dg-error "" }
{
A();
A(const A&);
};