summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/recompile/bug648966.js
blob: df0f9d8cd3abd3bbf4911490adfa2b9a11fc4db2 (plain)
1
2
3
4
5
6
7
function f(x) {
    gc();
    -x;
    -null;
}
f();