rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20010706-1.c

6 lines
56 B
C

foo(unsigned int x)
{
return (x << 1) | (x >> 31);
}