Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr32796.c
blob: 9e0abfb0ecad24829a812553733a056f6a3ed853 [
file
] [
log
] [
blame
]
__SIZE_TYPE__ f
(
void
*
ptr
)
{
return
((
__SIZE_TYPE__
)(
ptr
)-
1
)
|
1ULL
;
}