summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.from-wast
blob: eba5bc1171a7903454f498d74ad3d4de972bed2b (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $none_=>_none (func))
 (export "$zoo (.bar)" (func $1))
 (func $foo\20\28.bar\29 (; 0 ;)
  (nop)
 )
 (func $1 (; 1 ;)
  (call $foo\20\28.bar\29)
 )
)