aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20010706-1.c
blob: 44aec371a99b83e18f6d2192c63db2ed0167e747 (plain)
1
2
3
4
5

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