summaryrefslogtreecommitdiff
path: root/test/lit/merge/sourcemap.wat.second
blob: 3f1c110da8f796c5b44cb0c6e469bbc1b0e4c733 (plain)
1
2
3
4
5
6
7
8
(module
  ;;@ b:7:8
  (func (export "g")
     ;;@ b:9:10:MyClass::g
     (nop)
     ;;@ b:11:12
  )
)