// Build don't link: // Overly simplified from testcase by "B. K. Oxley" template struct foo { typedef P parent_type; friend parent_type; // ERROR - template parameters cannot be friends friend Q; // ERROR - template parameters cannot be friends };