aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/typedef2.C
blob: 3ae347d75427840cd11696da9529fa1dc29466a4 (plain)
1
2
3
template <typename T> struct B { typedef typename T::X X; };
template <typename T> struct A { typedef B<T>::X::Y Z; }; // { dg-error "" }