// { dg-do compile } // crash test - PR 7266 template struct B { typedef A::C::D E; // { dg-error "" "" { target c++17_down } } };