summaryrefslogtreecommitdiff
path: root/test/lit/merge/start.flip.wat.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/start.flip.wat.second')
-rw-r--r--test/lit/merge/start.flip.wat.second8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lit/merge/start.flip.wat.second b/test/lit/merge/start.flip.wat.second
new file mode 100644
index 000000000..89dcf4f97
--- /dev/null
+++ b/test/lit/merge/start.flip.wat.second
@@ -0,0 +1,8 @@
+(module
+ (func $start (export "start")
+ ;; Not a start function, but the name overlaps so it will get deduplicated.
+ (drop
+ (i32.const 1)
+ )
+ )
+)