blob: e03ec20ca3e4d30c7a816875a6c1ce6f2729d7ff [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
(function(True) {
var x = 42.5;
var n = 1000000
for (var i = 0; i < n; ++i)
x /= True;
if (x != 42.5)
throw "Error: bad result: " + x;
})(true);