Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
union2.C
blob: 25f1e086f267b212c59886eefe5d7d6940b66f0d [
file
] [
log
] [
blame
]
/* PR c++/40557 */
/* { dg-do compile } */
struct
A
{
typedef
int
X
;
};
template
<int>
union
B
{
A
::
X x
;
};