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