OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
[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 };