blob: 25f1e086f267b212c59886eefe5d7d6940b66f0d [file] [log] [blame]
/* PR c++/40557 */
/* { dg-do compile } */
struct A
{
typedef int X;
};
template<int> union B
{
A::X x;
};