// Build don't link: // Copyright (C) 1999 Free Software Foundation // by Alexandre Oliva // based on bug report by Ovidiu Toader // crash test - XFAIL *-*-* namespace N { template class A { template friend class A; }; }