We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7c565 commit 8cf214aCopy full SHA for 8cf214a
1 file changed
test/lit/merge/start-return.wat
@@ -2,7 +2,8 @@
2
;; RUN: wasm-merge %s first %s.second second --rename-export-conflicts -all -S -o - | filecheck %s
3
4
;; Test that we properly merge start functions with control flow. The two
5
-;; start functions have returns, and a naive merge would e
+;; start functions have returns, and a naive merge of their bodies would end up
6
+;; skipping the second (after the first return).
7
8
(module
9
(start $start-a)
0 commit comments