// { dg-do assemble } // Origin: Mark Mitchell template struct S { void f (const T&); void f (T&); }; class C { }; typedef int (C::*cp)(); template struct S;