* Makefile.in: Rebuilt.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 900216-1.c
blob8a4bfb74e783de095ee8288c2deb40d1452c7a6a
1 foo (p, a, b)
2 unsigned short *p;
4 unsigned int x;
6 x = p[0];
8 return (x == 134U);