Skip to content

Commit 8cf214a

Browse files
committed
comment
1 parent bd7c565 commit 8cf214a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/lit/merge/start-return.wat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
;; RUN: wasm-merge %s first %s.second second --rename-export-conflicts -all -S -o - | filecheck %s
33

44
;; Test that we properly merge start functions with control flow. The two
5-
;; start functions have returns, and a naive merge would e
5+
;; start functions have returns, and a naive merge of their bodies would end up
6+
;; skipping the second (after the first return).
67

78
(module
89
(start $start-a)

0 commit comments

Comments
 (0)