blob: 99b846c17ba0882cc99340d67a49192bbab2d422 [file] [log] [blame]
// |jit-test| error: ReferenceError;
function f() {
"use strict";
foo = 1;
}
f();