Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
xlop.c
blob: 6c504232cc0ef989376bf03b0e21cf052de74009 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
int
b
;
do
{
b
=
bar
();
a
=
b
-
10
;
}
while
(
a
>
10
);
return
a
;
}