OSDN Git Service

* g++.old-deja/g++.brendan/scope5.C: Changed "Class" to "Klasse".
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / typedef2.C
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