modernc.org/cc@v1.0.1/testdata/gcc-6.3.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 }