blob: 587f7c90bf946c2db478010fb0fcb4f27ad9c1e9 [file] [log] [blame]
function foo(a0) {
for (let i = 0; i < 100; i++) {
if (!a0) {
foo({});
}
for (let j = 0; j < 100000; j++) {}
}
a0.a;
}
foo(0);