summaryrefslogtreecommitdiff
path: root/test/lit/merge/start.flip.wat.second
blob: 89dcf4f97256d9700da6e13a5d452b229f93162d (plain)
1
2
3
4
5
6
7
8
(module
  (func $start (export "start")
    ;; Not a start function, but the name overlaps so it will get deduplicated.
    (drop
      (i32.const 1)
    )
  )
)