blob: 44aec371a99b83e18f6d2192c63db2ed0167e747 [file] [log] [blame]
foo(unsigned int x)
{
return (x << 1) | (x >> 31);
}