Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
lop.c
1
lop
(
a
)
2
{
3
do
4
a
--
;
5
while
(
a
>=
-
1
)
;
6
}