Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
lop.c
blob: 72464111d4dff25097c277986d37c51164455147 [
file
] [
log
] [
blame
]
lop
(
a
)
{
do
a
--;
while
(
a
>=
-
1
);
}