Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950530-1.c
blob: 2b714e059bcdf91d2d90ce85dac456b9133829bd [
file
] [
log
] [
blame
]
f
(
int
*
s
,
int
*
t
)
{
return
(
t
-
s
)
/
2
;
}