// Build don't link: // Origin: Mark Mitchell template struct S { template friend S; // ERROR - friend must use tag }; template struct S;