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