// { dg-do assemble } // Origin: Mark Mitchell template struct S { template friend struct S2; }; template struct S;