FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / template / typename3.C
blob0ad9a2a0c41ec6e21ab6b1a0678ba86bed93b4a7
1 // { dg-do compile }
2 // crash test - PR 7266
4 template <class A>
5 struct B {
6  typedef A::C::D E;  // { dg-error "" }
7 };