blob: 6506bfd3415ef11ef6eb815446ae8a55e4476491 [file] [log] [blame]
foo (a)
{
int b;
do
{
b = bar ();
a = b - 10;
}
while (a > 10);
return a;
}