blob: a445119387f49edcf80ccd214cbd07b06366c406 [file] [log] [blame]
function foo() {
Array.of({});
}
for (let i=0; i<10; i++) {
foo();
}