aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20010706-1.c
blob: b065af8e6baa6e82f639977d4195ab0e80cb61c4 (plain)
1
2
3
4
5
int
foo(unsigned int x)
{
  return (x << 1) | (x >> 31);
}