summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1201459.js
blob: 841045d9fa06a56b0a33ad4de1b9db78389e377f (plain)
1
2
3
4
5
// |jit-test| error:ReferenceError
function f() {
        (x ? Math.fround(0) : x ? a : x) && b;
}
f(Math.fround);