Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20100907.c
blob: 2e6cfb9ff9f81b9dbb83d930d9b32ea5c545da58 [
file
] [
log
] [
blame
]
struct
a
{
int
a
,
b
;};
const
static
struct
a a
[
1
]={{
1
,
2
}};
struct
a b
,
c
;
t
()
{
int
idx
=
0
;
b
=
a
[
idx
];
c
=
a
[
idx
];
}