blob: 8319bcf838892dc125ad9b62f217a9120924a11f [file] [log] [blame]
function f() {
var a = [];
a.push(a);
}
f();