Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20000314-1.c
blob: 26c13a7d68519e9cd6bf35332069829d3a87f634 [
file
] [
log
] [
blame
]
struct
{
char
a
[
5
];
}
*
p
;
int
main
()
{
int
i
=
-
1
;
if
(
p
->
a
[-
i
])
return
1
;
}