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