Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
951128-1.c
blob: ac0eb9871d0b8b5e5b8d56c1334564a626fd97e3 [
file
] [
log
] [
blame
]
char
a
[];
void
f
(
const
int
i
)
{
a
[
i
]
=
0
;
}