michael@0: function f() { michael@0: var a = []; michael@0: a.push(a); michael@0: } michael@0: f();