// { dg-do compile { target c++11 } } // PR c++/34101 template struct A {}; template class...> struct B {}; template class T> void foo(const B&); void bar() { foo(B()); }