summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.fromBinary.noDebugInfo
blob: 6865b99dfbce0c6fe65cc2997decc00894616ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
(module
 (type $none_=>_none (func))
 (export "$zoo (.bar)" (func $1))
 (func $0 (; 0 ;)
  (nop)
 )
 (func $1 (; 1 ;)
  (call $0)
 )
)