summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1402535.js
blob: f8cf87826034a659d846050bd77dec59273306d2 (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('stackTest' in this)

stackTest(function() {
    let m = parseModule(``);
    moduleLink(m);
});