OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / typename3.C
1 // { dg-do compile }
2 // crash test - PR 7266
3
4 template <class A>
5 struct B {
6  typedef A::C::D E;  // { dg-error "" }
7 };