summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/exceptions/bug-1751699.js
blob: c60a94a8edd053ebb859d65c3ab6e12507ae45a9 (plain)
1
2
3
4
5
6
oomTest(() => {
	wasmEvalText(`
      (import "" "" (func $d))
      (func try call $d end)
    `);
});