// { dg-do assemble } // Origin: Mark Mitchell template struct S { template friend S; // { dg-error "" } friend must use tag }; template struct S;