blob: 2fcf8bf28b158ddfb91cb9afd17f5e12f51f1981 [file] [log] [blame]
//@ if $memoryLimited then skip else runDefault("--useConcurrentJIT=false") end
//@ slow!
var o = (-1).toLocaleString().padEnd(2 ** 31 - 1, "a");
function f() {
switch (o) {
case "t":
case "s":
case "u":
}
}
noInline(f);
for (var i = 0; i < 10000; i++)
f();