blob: 841045d9fa06a56b0a33ad4de1b9db78389e377f [file] [log] [blame]
// |jit-test| error:ReferenceError
function f() {
(x ? Math.fround(0) : x ? a : x) && b;
}
f(Math.fround);