2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021124-1.c
blob3ab2b2ef4957f642cda212235c7f463dafe9f0f0
1 /* PR optimization/8275 */
2 /* Contributed by Volker Reichelt. */
4 unsigned int foo (unsigned int u)
6 return (u >> 32) & 0xffff;
7 }