On Mon, 2013-05-06 at 17:48 +0200, Anupam Chahar wrote: > It has two different while loops > I guess it will break down into this: > > > int foo(int x) > { > while (1) > { > if (x>0) continue; > } > > > while(0); > } > > > So it is correct > > > -- > Anupam Chahar Thanks, that makes sense now. Steve Ellcey sellcey@xxxxxxxxxx