Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930513-3.c
blob: a7d64b4d7888692ff7747f9818779d772894387a [
file
] [
log
] [
blame
]
void
test
(
void
)
{
short
*
p
,
q
[
3
];
int
x
;
p
=
q
;
for
(
x
=
0
;
x
<
3
;
x
++)
*
p
++
=
0
;
}