blob: 96b8cbdac5ca75d21396ca8e18253c9b24601f2b [file] [log] [blame]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function test()
{
return Symbol();
}
noInline(test);
for (var i = 0; i < 4e5; ++i)
test();