Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ns / crash4.C
bloba3c17403eb10aaab458b7a25cc957c6625dd4b89
1 // { dg-do assemble  }
2 // Origin: Geoffrey Furnish <furnish@actel.com>
4 namespace N {
6     template<class T> class C
7     {
8         template<class U> friend class C;
9     };