2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010706-1.c
blob44aec371a99b83e18f6d2192c63db2ed0167e747
2 foo(unsigned int x)
4 return (x << 1) | (x >> 31);