void g();

f()
{
int x=1;
while(x)
{
x=h();
if(x)
g();
}
}


syntax highlighted by Code2HTML, v. 0.9.1