// PR c++/81215 // { dg-do compile { target c++11 } } template struct X { }; template struct set { }; template class C> void bar (const X>&) { } void foo (X>& x) { bar (x); }