michael@0: // |jit-test| error: ReferenceError; michael@0: michael@0: function f() { michael@0: "use strict"; michael@0: foo = 1; michael@0: } michael@0: michael@0: f();