Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr85244-2.c
blob: d57cb71242024efcd14e92e075f7b4a515856f21 [
file
] [
log
] [
blame
]
struct
s
{
long
a
;
int
b
;
int
tab
[];
};
int
idx
=
1
;
const
struct
s val
=
{
0
,
0
,
{
42
,
1337
}
};