aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/typename3.C
blob: 1c573baa0df974554d657b817030d90dbafa4f23 (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// crash test - PR 7266

template <class A>
struct B {
 typedef A::C::D E;  // { dg-error "no type|parse error" }
};