blob: 319978b182c76c77e78fe96f53b6b2330798c80f [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(export "$zoo (.bar)" (func $1))
(func $foo\20\28.bar\29 (type $none_=>_none)
(nop)
)
(func $1 (type $none_=>_none)
(call $foo\20\28.bar\29)
)
)