Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
ase.c
blob: 3f4e13d139b1a2bfdc4a7d354980ecc3014e1db3 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
ase
(
p
)
short
*
p
;
{
int
a
;
a
=
p
[
1
];
p
[
2
]
=
a
;
if
((
short
)
a
)
p
[
a
]++;
return
(
a
==
0
);
}