Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr67581.C
blob: 8089c1fcb2ee8eda355cb5b04032de657d152fa9 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
union
U
{
int
x
;
float
y
;
}
__attribute__
((
__transparent_union__
));