Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
lop.c
blob: ef32410f626bb5e940416262e439b31e44715e66 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
lop
(
a
)
{
do
a
--;
while
(
a
>=
-
1
);
}