2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / shand.c
blob5a401961355ede50ad3256b3887168528a8b4b68
1 int
2 foo (x, c)
3 int x;
5 return x >> 24 & 0xff;
8 bar (x)
10 return (int)(x & 0xfffff) << 13;