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