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