OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010706-1.c
1
2 foo(unsigned int x)
3 {
4   return (x << 1) | (x >> 31);
5 }