summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/gc/bug-1843295.js
blob: 19a32263f64ac624ed6e1f9fdff15c35c8c2681d (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| skip-if: !wasmGcEnabled(); --wasm-test-serialization

wasmEvalText(`(module
  (type (sub (array (mut i32))))
  (type (sub 0 (array (mut i32))))
  (rec
    (type (sub (array (mut i32))))
    (type (sub 2 (array (mut i32))))
  )
)`);