blob: 84afc4554dfacc21e264af35737ff6a71a236858 [file] [log] [blame]
function f(x) {
var y = (x < 0) ? 1 : 2;
Math.floor(0); // bailout
}
Math.floor(0);
f(1);