20010706-1.c   [plain text]



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