summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/exceptions/bug-1751699.js
blob: 38268e79057115a59b10780cdbb613ea83d16d7a (plain)
1
2
3
4
5
6
7
8
// |jit-test| skip-if: !('oomTest' in this)

oomTest(() => {
	wasmEvalText(`
      (import "" "" (func $d))
      (func try call $d end)
    `);
});