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

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))))
  )
)`);