1f ()
2{
3  if (g ())
4    h ();
5  else
6    {
7      do
8	{
9	  return 0;
10	  break;
11	}
12      while (1);
13    }
14  return 1;
15}
16