Mypal/js/src/jit-test/tests/jaeger/bug648498.js

6 lines
71 B
JavaScript

function f(x, y) {
return x;
}
var a = 3.3;
a ? f(f(1, 2), 3) : a;