Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.dg
/
asan
/
pr80168.c
blob: de2334551bb845cc701e1b58f19463331469ed21 [
file
] [
log
] [
blame
]
/* PR sanitizer/80168 */
/* { dg-do compile } */
int
a
;
int
foo
(
void
)
{
struct
S
{
int
c
[
a
];
int
q
:
8
;
int
e
:
4
;
}
f
;
f
.
e
=
4
;
return
f
.
e
;
}