summaryrefslogtreecommitdiff
path: root/test/lit/merge/chain.wat.third
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/chain.wat.third')
-rw-r--r--test/lit/merge/chain.wat.third4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/merge/chain.wat.third b/test/lit/merge/chain.wat.third
new file mode 100644
index 000000000..cffbe5ba6
--- /dev/null
+++ b/test/lit/merge/chain.wat.third
@@ -0,0 +1,4 @@
+(module
+ (import "second" "g" (func $g))
+ (func (export "h") (call $g))
+)