OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[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 }