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