summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/inline/bug646480.js
blob: e870e33efec1972156b5c1b038f186898ce04f9b (plain)
1
2
3
4
5
6
7
if (true)
    function f1() {}; 
function f2() {
    var y = -8;
    return y % 2;
}
f2() / 3;