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