blob: dcbfd462bacabf8360004566a68b7b107328c7d8 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <class T>
struct S {
template <class U>
friend struct S2;
};
template struct S<int>;