Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr117828.c
blob: 54e8d62265eedbfda2407599e796028d4534ce3f [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-g" } */
/* { dg-require-effective-target int32plus } */
struct
{
struct
{
int
Reserved
:
32
;
}
u
;
}
v
;
struct
{
struct
{
int
Reserved
;
}
u
;
}
w
;