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