blob: ef32410f626bb5e940416262e439b31e44715e66 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
lop (a)
{
do
a--;
while (a >= -1);
}