blob: 513c7e54a072172b20e81bc38f14e9c61924e723 [file] [log] [blame]
// PR c++/47220
// { dg-do compile { target c++11 } }
template < typename ... > struct A;
struct B : A < // { dg-error "invalid" }
{
};