1  /* { dg-do compile } */
       2  
       3  void Env_FetchObj0AttrOffset (unsigned int NumFields,  int *Status)
       4  {
       5    int Found = 0;
       6    if (NumFields)      
       7      while ((*Status == 0) && NumFields-- > 0 && Found == 0)       
       8        Found = 1;
       9  }