Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
transparent-union.C
blob: 12315636100c1c329e3d8374b8cba296e79f6926 [
file
] [
log
] [
blame
]
// PR c++/53761
typedef
union
{
// { dg-error "type transparent" }
double
x
;
}
__attribute__
((
__transparent_union__
))
example_t
;