summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/asm.js/bug1174372.js
blob: d48d2a0533355e3e30e7b1efc735e30234a9b8e7 (plain)
1
2
3
4
5
6
// |jit-test| --no-baseline
(function(stdlib, foreign, heap) {
    "use asm";
    function f() {}
    return f;
})();