Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010706-1.c
blobb065af8e6baa6e82f639977d4195ab0e80cb61c4
1 int
2 foo(unsigned int x)
4 return (x << 1) | (x >> 31);