summaryrefslogtreecommitdiff
path: root/test/lit/merge/chain.wat.third
blob: cffbe5ba6471389d101278abfdfb162f5e014fa4 (plain)
1
2
3
4
(module
  (import "second" "g" (func $g))
  (func (export "h") (call $g))
)