michael@0: // Binary: cache/js-dbg-64-57213af4a45d-linux michael@0: // Flags: michael@0: // michael@0: function outer(x) { michael@0: return (function foo() { michael@0: this.bar = foo; michael@0: return x; michael@0: })(); michael@0: } michael@0: print(outer(42)); michael@0: print(bar()); // BOOM!