Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.oliva / ns3.C
blob4ddbb32892a93e3d8aec934edc61541054a5ae87
1 // { dg-do assemble }
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   };