blob: 0cf993cb43d555002330c7d3898e59644f85f500 [file] [log] [blame]
function f() {}
(function() {
f()
})()
function g() {
new f >> 0
}
g()