FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash32.C
blob80864db73cde738e819fb85a5189e6e4c4cc1032
1 // Build don't link:
2 // Origin: Jason Merrill <jason@cygnus.com>
4 template <class T> struct A
6   struct B;
7 };
9 template<class T> struct C
11   friend typename A<T>::B; // ERROR - `typename' not allowed