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  }
       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  }