blob: 20adb173360ac6e513f7f3ec6069b68a544c176e [file] [edit]
function foo() {
'' + '' + 1n;
}
for (let i = 0; i < 100; i++) {
foo();
}