summaryrefslogtreecommitdiff
path: root/test/lit/merge/start3.wat.third
blob: 508ffdb2a442195fe0177f06affbf18a46ceda1f (plain)
1
2
3
4
5
6
7
8
9
(module
  (start $start)

  (func $start
    (drop
      (i32.const 2)
    )
  )
)