blob: da74df080dc30ef6c6951ff1b8fca5fe8ccbfd8e [file] [log] [blame]
const a0 = [0.1];
function foo() {
for (let i=0; i<100; i++) {
a0[1];
}
}
for (let i=0; i<100; i++) {
foo();
}