// Build don't link: template // ERROR - original definition struct S { // ERROR - redefinition of default arg template friend class S; }; template struct S; // ERROR - instantiated from here