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