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