Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
n1.c
blob: 0ff2e8194312480b599181a61120d53507f7d079 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
p
)
long
long
a
;
int
*
p
;
{
int
b
=
(
int
)-
a
;
if
(
b
>
32
)
return
1
;
else
return
0
;
}