aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/lop.c
blob: ef32410f626bb5e940416262e439b31e44715e66 (plain)
1
2
3
4
5
6
7
8
/* { dg-additional-options "-std=gnu89" } */

lop (a)
{
  do
    a--;
  while (a >= -1);
}