michael@0: michael@0: /* Don't trip bogus assert. */ michael@0: michael@0: function foo() michael@0: { michael@0: var x; michael@0: while (x = 0) { michael@0: x = 1; michael@0: } michael@0: } michael@0: foo();