blob: bb267aa22d807f0cc8f4d09eb43d3ed05cffcce0 [file] [log] [blame]
// PR c++/67313
// { dg-do compile { target c++11 } }
// { dg-options "-fno-weak" }
template < class ... >
void f ()
{
}
void foo ()
{
f ();
}