blob: add95156cec2a8a865fafafb1497fb7ccf474a99 [file] [log] [blame]
struct B { template <typename U> struct C; };
template <typename T> struct A { typedef typename T::C V; }; // { dg-error "" }
void f () { A<B>::V p; } // { dg-error "" }