aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/960220-1.c
blob: fc2f97d831dbe58b571dde540257c28cc69ced93 (plain)
1
2
3
4
5
6
7
void
f (void)
{
  unsigned long long int a = 0, b;
  while (b > a)
    ;
}