summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.from-wast
blob: 76d91ba451a0ee7b451a15b62b1bcd1881fe2511 (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
  (nop)
 )
 (func $1
  (call $foo\20\28.bar\29)
 )
)