summaryrefslogtreecommitdiff
path: root/test/lit/merge/table64.wat.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/table64.wat.second')
-rw-r--r--test/lit/merge/table64.wat.second12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/lit/merge/table64.wat.second b/test/lit/merge/table64.wat.second
new file mode 100644
index 000000000..cbc5a78fb
--- /dev/null
+++ b/test/lit/merge/table64.wat.second
@@ -0,0 +1,12 @@
+;; A module with a wasm64 table. We must copy it properly when we merge.
+(module
+ (table $table i64 15 15 funcref)
+
+ (elem $0 (i64.const 0) $second)
+
+ (export "table" (table $table))
+
+ (func $second)
+)
+
+