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

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