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

oomTest(() => {
	wasmEvalText(`(import "" "" (tag $undef)) (func throw 0) (func (try (do)))`);
});