OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 900216-1.c
1 foo (p, a, b)
2      unsigned short *p;
3 {
4   unsigned int x;
5
6   x = p[0];
7
8   return (x == 134U);
9 }