blob: d045fd4068d809b12dcf54071a267d4fb29a87b6 [file] [log] [blame] [edit]
(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)
)
)