summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/gc/bug-1843295.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/wasm/gc/bug-1843295.js')
-rw-r--r--js/src/jit-test/tests/wasm/gc/bug-1843295.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/wasm/gc/bug-1843295.js b/js/src/jit-test/tests/wasm/gc/bug-1843295.js
new file mode 100644
index 0000000000..19a32263f6
--- /dev/null
+++ b/js/src/jit-test/tests/wasm/gc/bug-1843295.js
@@ -0,0 +1,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))))
+ )
+)`);