blob: a65ebf66021c8fa1268b07c265e6a37cc20c01fd [file] [log] [blame]
function f(x) {
(function() {
x = 0;
})();
}
for (var k = 0; k < 9; k++) {
f(Math.fround(1));
}