Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr69932.c
blob: 4b82130157bea9f866a30f154226aaba24001ce0 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
int
a
;
void
fn1
()
{
int
b
=
4
;
short
c
[
4
];
c
[
b
]
=
c
[
a
];
if
(
c
[
2
])
{}
}