blob: f9de4aae352093eaece81e7c7b1a04c3f088b009 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T = int>
struct S
{
void g ()
{
}
friend void f (double)
{
}
};