blob: 175b414e17d5bd25bdd5aebf2ea19a6d8d2d0003 [file] [log] [blame]
/* { dg-do compile } */
void Env_FetchObj0AttrOffset (unsigned int NumFields, int *Status)
{
int Found = 0;
if (NumFields)
while ((*Status == 0) && NumFields-- > 0 && Found == 0)
Found = 1;
}