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