blob: 53ad2cbadc54267015f1f1ba4e9f0723093d9a26 [file] [log] [blame]
/* Don't trip bogus assert. */
function foo()
{
var x;
while (x = 0) {
x = 1;
}
}
foo();