blob: 3c353e53d81ed87e2181fa4a6d91242680833872 [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T>
struct S {
template <class U>
friend struct S2;
};
template struct S<int>;