blob: fc97c9c97d79b1a16fd557bfff2b1c49c46d74d1 [file] [log] [blame]
// |jit-test| error: InternalError
x = 1;
x;
function g(y) {}
g(this);
x = /x/;
function f() {
f(x.flags);
}
f();