blob: 2f0dbba8f602966e30568f2948ab1631708d7b66 [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T = int>
struct S
{
void g ()
{
}
friend void f (double)
{
}
};