modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/900216-1.c (about)

     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  }