2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / typedef2.C
blob3ae347d75427840cd11696da9529fa1dc29466a4
1 template <typename T> struct B { typedef typename T::X X; };
2 template <typename T> struct A { typedef B<T>::X::Y Z; }; // { dg-error "" }
3