rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr32796.c

7 lines
76 B
C

__SIZE_TYPE__ f (void *ptr)
{
return ((__SIZE_TYPE__)(ptr)-1) | 1ULL;
}