summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1055864.js
blob: 0cf993cb43d555002330c7d3898e59644f85f500 (plain)
1
2
3
4
5
6
7
8
function f() {}
(function() {
    f()
})()
function g() {
    new f >> 0
}
g()