blob: 962571474fb9d6fb07bfbc9a181646d0d862bad1 [file] [log] [blame]
// PR c++/43076
struct S;
template < typename > struct T
{
template < typename >
template < bool > struct T < S > // { dg-error "" }
{
void f () { // { dg-error "expected" }