2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / ns3.C
blob0a650709fb284d2af70df4a1645145b375a019c3
1 // { dg-do assemble { xfail *-*-* } }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@dcc.unicamp.br>
6 // based on bug report by Ovidiu Toader <ovi@physics.utoronto.ca>
9 namespace N {
10   template <typename T> class A {
11     template <typename T_> friend class A;
12   };