1 2 3 4 5 6 7 8 9 10 11 12
/* PR c++/40557 */ /* { dg-do compile } */ struct A { typedef int X; }; template<int> union B { A::X x; };