blob: b5568f4375cbf44429f99a8a2828b350a412a098 [file] [log] [blame]
/* { dg-do run } */
int main (void)
{
int x = 1;
while (x)
x <<= 1;
return x;
}